Tootsville::Infinity-Toot-List

Function

Infinity-Toot-List names a function, with lambda list (D U RECIPIENT/S):

Enumerates all Toots owned by the user.

Lisp TOOT-LIST = JSON tootList

Usage

This command requires no parameters.

200 OK

Returns an object with status: true, from: "tootList", and a key toots under which is the list of Toots owned by the user. Each Toot object is as per TOOTSVILLE TOOT-INFO, q.v.

{ from: "tootList",
  status: true,
  toots: [ { INFO }, ... ] }

File

Defined in file src/infinity/new-commands-20.lisp.